Endpoint-Post-/ Users/ Me/ Play-With/ Toot-Name→Json names a function, with lambda list (TOOT-NAME):
Begin playing with the Toot named TOOT-NAME.
You are now in control of this Toot. The Toot's info will be returned.
The returned body will be a JSON object with two keys;
No user credentials were passed.
The user credentials presented were not recognized.
The Toot named does not exist.
The Toot named is one that you have permission to use, but are not the main owner of. This is usually a child account.
This is a web service endpoint accessed by the HTTP method POST at the URI template /users/me/play-with/:toot-name. It returns a content-type of application/json.
TOOT-NAME is a parameter from the URI.
It will report a slow response if it takes longer than 0.03 seconds (30 milliseconds) to complete.
Defined in file src/endpoints/slash-users.lisp.